home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / muds / lpmud312.tar / lpmud312 / util / restart_mud < prev   
Text File  |  1991-07-08  |  430b  |  14 lines

  1. #
  2. # Restart Lpmud a lot of times, in case of a crash.
  3. #
  4. limit datasize 20M
  5. limit coredumpsize 4M
  6. umask 2
  7. cd MUD_LIB
  8. foreach i (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50)
  9.     echo -n "Restart $i. " >> lpmud.log$i
  10.     date >> lpmud.log$i
  11.     nice +1 BINDIR/parse >>& lpmud.log$i
  12.     echo "Exit status: " $status >> lpmud.log$i
  13. end
  14.